<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>403 Forbidden - Access Denied</title><style>body{background:#f4f7f9;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;height:100vh;margin:0}#c{background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:450px;width:90%;text-align:center}svg{width:64px;height:64px;fill:#ff4d4f;margin-bottom:20px}h1{font-size:24px;margin:0 0 10px}p{color:#666;line-height:1.6;margin-bottom:25px}#r{background:#f8f9fa;border:1px solid #e9ecef;padding:15px;border-radius:6px;font-family:monospace;font-size:13px;text-align:left;color:#444;word-break:break-all}#r div{margin-bottom:5px}.b{font-weight:700;color:#888;margin-right:8px}.btn{display:inline-block;margin-top:25px;padding:10px 24px;background:#007bff;color:#fff;text-decoration:none;border-radius:4px;transition:background .2s}.btn:hover{background:#0056b3}</style></head><body><div id="c"><svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"/></svg><h1>访问请求被拦截</h1><p>抱歉，由于检测到您的请求包含潜在的安全威胁或异常特征，已被防火墙自动拦截。</p><div id="r"><div><span class="b">Event ID:</span><span id="eid"></span></div><div><span class="b">Timestamp:</span><span id="ts"></span></div><div><span class="b">Status:</span>403 Forbidden</div></div><a href="javascript:location.reload()" class="btn">重新尝试</a></div><script>!function(){const e=Math.random().toString(36).substring(2,15).toUpperCase();document.getElementById("eid").textContent=e;document.getElementById("ts").textContent=new Date().toISOString().replace("T"," ").split(".")[0]}();</script></body></html>